Name | Description | |
---|---|---|
CanRemoveRow | Overridden. Determines whether the data table supports the RemoveRow operation | |
RowCount | Overridden. Gets the count of rows in the data source |
The following tables list the members exposed by NObjectsDataTable<TItem>.
Name | Description | |
---|---|---|
CanRemoveRow | Overridden. Determines whether the data table supports the RemoveRow operation | |
RowCount | Overridden. Gets the count of rows in the data source |
Name | Description | |
---|---|---|
AddFieldCore | Overridden. Adds a new field | |
AddRowCore | Overloaded. Overridden. Adds a new row with the specified values, if CanAddRow is true | |
InsertFieldCore | Overridden. Inserts a new field at the specified index | |
ListCount | Gets the count of items in the list | |
ListGetAt | Gets the list object at the specified index. | |
ListInsertAt | Inserts the list object at the specfied index. | |
ListRemoveAll | ||
ListRemoveAt | Removes the list object at the specfied index. | |
RemoveAllRowsCore | Overridden. Removes all rows | |
RemoveFieldCore | Overridden. Removes the field at the specified index | |
RemoveRowCore | Overridden. Removes a row at the specified index | |
RenameFieldCore | Overridden. Sets a new name to the field at the specified index, if CanRenameField is true. |